home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Oberon⁄F™ 1.1 / Dev / Docu / References (.txt) < prev    next >
Encoding:
Oberon Document  |  1995-08-09  |  2.4 KB  |  43 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. Helvetica
  25. DevReferences
  26. DEFINITION DevReferences;
  27.     PROCEDURE  ShowDocu;
  28.     PROCEDURE  ShowSource;
  29. END DevReferences.
  30. This module provides two commands which, given the name of a module or of a qualified identifier, look up the corresponding documentation or source text.
  31. PROCEDURE ShowDocu
  32. Guard: TextCmds.SelectionGuard
  33. Looks up the documentation text of the module whose name is selected. If a qualified identifier is selected, i.e. "module.ident", the corresponding item is searched. It must be written in boldface and in a smaller than 14 point type. The document must be located in the DOCU directory of the module's subsystem.
  34. PROCEDURE ShowSource
  35. Guard: TextCmds.SelectionGuard
  36. Looks up the source text of the module whose name is selected. If a qualified identifier is selected, i.e. "module.ident", the corresponding item is searched. It must be written in boldface and in a smaller than 14 point type. The document must be located in the MOD directory of the module's subsystem.
  37. TextControllers.StdCtrlDesc
  38. TextControllers.ControllerDesc
  39. Containers.ControllerDesc
  40. Controllers.ControllerDesc
  41. Helvetica
  42. Documents.ControllerDesc
  43.